sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
appcompat
/
androidx.appcompat.widget
/
[main]LinearLayoutCompat
/
LayoutParams
Layout
Params
open
class
LayoutParams
:
LinearLayout.LayoutParams
(
source
)
Per-child layout information associated with ViewLinearLayout.
Inheritors
LayoutParams
LayoutParams
Members
Constructors
Layout
Params
Link copied to clipboard
constructor
(
c
:
Context
,
attrs
:
AttributeSet
)
constructor
(
width
:
Int
,
height
:
Int
)
constructor
(
width
:
Int
,
height
:
Int
,
weight
:
Float
)
Creates a new set of layout parameters with the specified width, height and weight.
constructor
(
p
:
ViewGroup.LayoutParams
)
constructor
(
source
:
ViewGroup.MarginLayoutParams
)